feat: add RabbitMQ 4.1 - #63
Merged
Merged
Conversation
Nouveau broker socle v4 (rabbitmq_4, image rabbitmq:4.1-management, AMQP 0.9.1), coexistant avec v3 sans conflit : service/hostname/volume distincts, UI mgmt sur :8084 (v3 = :8083), vhost caddy rabbitmq4.local, reseau private. Fragment a selectionner via COMPOSE_FILE (rabbitmq/4.yml), en dev sans TLS (amqp:// clair sur rabbitmq_4:5672). Ref: openspec add-external-lead-api (D3, topologie locale dev). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
thislg
approved these changes
Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contexte
Ajoute le broker socle RabbitMQ v4 à la docker-stack partagée, en coexistence avec v3, conformément à la topologie locale (dev).
Changement
Nouveau fragment
rabbitmq/4.yml(servicerabbitmq_4), à sélectionner viaCOMPOSE_FILE— même mécanisme querabbitmq/3_10.yml:rabbitmq:4.1-management(AMQP 0.9.1, compatibleext-amqp)rabbitmq_4):8084(v3 =:8083), vhost caddyrabbitmq4.local, réseauprivaterabbitmq_4:5672enamqp://clairVérification
Démarré en local (
docker compose ... up -d rabbitmq_4) :rabbit@rabbitmq_45672, UI sur8084rabbitmq_3_10) toujours up en parallèle🤖 Generated with Claude Code